home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / TextEdit / TextEditUser.h < prev   
Encoding:
Text File  |  1997-06-28  |  129 b   |  13 lines  |  [TEXT/CWIE]

  1. // TextEditUser.h
  2.  
  3. #ifndef TextEditUser_h
  4. #define TextEditUser_h
  5.  
  6. class TextEditUser
  7.   {
  8.     public:
  9.         TextEditUser();
  10.   };
  11.  
  12. #endif
  13.